@charset "UTF-8";



:root {
	--font-family-sans-serif: Arial, "Microsoft YaHei", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji";
}


body {
	font-family: Arial, "Microsoft YaHei", "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji";
}

/* @media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1540px;
  }
}

@media (min-width: 1900px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1870px;
  }
} */
@media (min-width: 1200px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-md-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-md-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-md-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-md-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-md-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-md-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1600px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-lg-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-lg-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-lg-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-lg-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-lg-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-lg-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1900px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.row-cols-xl-1>* {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.row-cols-xl-2>* {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.row-cols-xl-3>* {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.row-cols-xl-4>* {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.row-cols-xl-5>* {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

	.row-cols-xl-6>* {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}


.l-theme {
	position: relative;
	max-width: 1920px;
	margin: auto;
	/* background-color: #fff; */
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
}

.l-theme-20 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.swiper-container-banner {
	width: 100%;
	height: 100%;
}

.swiper-slide-banner img {
	width: 100%;
	height: auto;
	min-height: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1, 1);
}

.shdw-cover-banner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
	display: flex;
}

.swiper-container-banner .swiper-slide-on a {
	position: absolute;
	bottom: 2.05rem;
	padding-left: 8rem;
	z-index: 99 !important;
	font-size: 20px;
	color: #fff;
}

/* .swiper-container-banner a{
  bottom: 2.05rem;
  z-index: 20!important;
  font-size: 20px;
  color: #fff;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  left: 50%;
} */

.swiper-container-banner .vide-main {
	text-align: center;
	color: #fff;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%, -50%);
}

.swiper-container-banner .vide-main a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.swiper-container-banner .vide-main h1 {
	font-size: 3.5rem;
	font-weight: 700;
}
.swiper-container-banner .vide-main h1 img {
	width: 35rem;
}
.swiper-container-banner .vide-main h3 {
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 1.8;
}
@media screen and (max-width: 1600px) { 
/*当屏幕尺寸小于1600px时，应用下面的CSS样式*/
	  .swiper-container-banner .vide-main h1 img {
	  	width: 20rem;
	  }
	  .swiper-container-banner .vide-main h3 {
	  	font-size: 1.2rem;
	  }
}

.swiper-container-banner .vide-main .vide-btn {
	height: 100px;
	display: block;
	margin-top: 80px;
}

.swiper-container-banner .vide-main .vide-btn img {
	margin-bottom: 10px;
}


.swiper-container-banner .vide-main-cp {
	color: #fff;
	position: absolute;
	bottom: 0rem;
}

.swiper-container-banner .vide-main-cp-r {
	color: #fff;
	position: absolute;
	bottom: 2rem;
	right: 0;
	text-align: right;
}

.swiper-container-banner .vide-main-cp a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.swiper-container-banner .vide-main-cp h1 {
	font-size: 2.5rem;
	font-weight: 700;
}
.swiper-container-banner .vide-main-cp h1 img{
	width:35rem;
}
.swiper-container-banner .vide-main-cp h3 {
	font-size: 2.0rem;
	font-weight: 400;
}

.swiper-container-banner .vide-main-cp .vide-btn {
	height: 100px;
	display: block;
	margin-top: 50px;
}

.swiper-container-banner .vide-main-cp .vide-btn img {
	margin-right: 10px;
}


.swiper-container-banner .index-banner-sb {
	bottom: 170px;
	visibility: visible;
	animation-name: bounce;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
}

.swiper-container-banner .index-banner-cp-btn {
	bottom: 5rem;
	visibility: visible;
	animation-name: bounce;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	width: 200px;
	height: 50px;
	position: absolute;
	left: 50%;
	/* top: 50%; */
	transform: translate(-50%, -50%);
}

.swiper-container-banner .index-banner-cp-btn a {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.swiper-container-banner .index-banner-cp-btn img {
	margin-bottom: 10px;
}

.swiper-container-banner .index-banner-Specifications-btn {
	top: 10rem;
	position: absolute;
	right: 5rem;
}

.swiper-container-banner .index-banner-Specifications-btn a {
	font-weight: 600;
}

.swiper-container-banner .index-banner-Specifications-btn a i {
	font-weight: 300;
}

.Specifications-modal {
	background-color: #222;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	max-width: auto;
	color: #fff;
}

.Specifications-modal-close {
	color: #fff;
	font-size: 2.5rem;
	font-weight: normal;
}

.Specifications-modal-close:hover {
	color: #fff;
	text-decoration: none;
}

.modal-xxl {
	max-width: 1580px;
}

.Specifications-modal-header {
	border-bottom: 1px solid #555;
}

.Specifications-main-list {
	padding-left: 40px;
	padding-right: 40px;
}

.Specifications-main-list .border-bottom {
	padding-bottom: 40px;
	border-color: #555 !important;
	margin-bottom: 40px;
}

.Specifications-main-list h1 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.Specifications-main-list h2 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.Specifications-main-list h5 {
	margin-top: 30px;
	margin-bottom: 10px;
}

.Specifications-main-list p {
	margin-bottom: 0rem;
	color: #898989;
}

.swiper-container-banner h2 {
	/* position: relative; */
	bottom: 3.22rem;
	/* padding-left: 3rem; */
	z-index: 20 !important;
	font-size: 1.5rem;
	color: #fff;
	position: absolute;
	left: 0;
	display: block;
}

.swiper-pagination-banner {
	position: absolute;
	text-align: left;
	z-index: 10;
	bottom: 2.05rem;
	padding-left: 2rem;
	color: #fff;
	font-size: 20px;
	max-width: 100px;
	transform: translate(-50%, -50%);
	left: 50%;
}

.cp-main-top {
	padding-top: 4rem;
	padding-bottom: 4rem;
	color: #fff;
	zoom: 1;
	background: url(../images/cp-main-top-bg.png) no-repeat;
	background-position: right 50px;
}

.cp-main-top h1 {
	font-size: 2.5rem;
	font-weight: 700;
}

.cp-main-top h4 {
	font-weight: 400;
}

.cp-main-3-bg {
	background: url(../images/cp-main-3-bg.jpg) no-repeat;
	background-position: 100%;
	padding-bottom: 60px;
}

.logo {
	position: absolute;
	/* width: auto; */
	width: 426px;
	height: auto;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	z-index: 1;
	display: flex;
}

.logo h1 {
	font-size: 16rem;
	color: #fff;
}

.img-main-btn {
	color: #fff;
	position: absolute;
	right: 40px;
	bottom: 3.22rem;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	--icon-width: 25px;
	width: calc(var(--icon-width) + 60px);
	height: calc(var(--icon-width) + 25px);
	/* flex-direction: column; */
	transition: all calc(100ms + var(--transition-time)) cubic-bezier(0.8, 0, 0.33, 1.25);
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.45);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	border: solid 1px rgba(255, 255, 255, 0.25);
}

.img-main-btn:hover {
	transition: all calc(100ms + var(--transition-time)) cubic-bezier(0.8, 0, 0.33, 2.25);
	background-color: rgba(0, 0, 0, 0.75);
	/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
	border: solid 1px rgba(255, 255, 255, 0.45);
}

.logo-main {
	position: absolute;
	width: auto;
	height: auto;
	right: 40px;
	top: 3.22rem;
	z-index: 1;
	display: flex;
}

.logo-main h1 {
	font-size: 2rem;
	color: #fff;
}

#indexlogo {
	animate-duration: 10s; //动画持续时间
	animate-delay: 10s; //动画延迟时间
	animate-iteration-count: 1; //动画执行次数
}

.display-5 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.2;
}

.more-link a {
	color: #6c757d;
	width: 48px;
	height: 48px;
	border: solid 1px transparent;
	font-size: 1.75rem;
	display: block;
	text-align: center;
	float: right;
	line-height: 48px;
}

.more-link a:hover {
	color: #000;
	border: solid 1px #6c757d;
}

.more-link .btn-shaixuan {
	/* border: solid 1px transparent; */
	font-size: 1.5rem;
	line-height: 30px;
	background: rgba(255, 255, 255, 0.75);
	color: #212529;
	border-color: #B4B4B4;
	border-radius: 0rem;
	padding: .5rem .8rem;
}

.more-link .btn-shaixuan:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	border-color: #B4B4B4;
}

.modal-content {
	/* background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(20px);
        transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1); */
	background: none;
	backdrop-filter: none;
	transition: none;
	border: none;
}

/* =================== TEAM SECTION ===================== */

.tema-col {
	position: relative;
	margin-top: 11px;
	overflow: hidden;
}

.team-carousel {
	margin: 0;
}

.team-carousel .col-lg-4 {
	padding: 0;
}

.tema-col:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 490px;
	/* background:linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%); */
}

.tema-col:hover:before {
	background: linear-gradient(180deg, rgba(25, 28, 38, 0) 0%, #191C26 100%);
	mix-blend-mode: soft-light;

}

.tema-col:hover {
	/* position: absolute; */
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-ms-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	background: linear-gradient(180deg, rgba(25, 28, 38, 50) 0%, #191C26 100%);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
	/* -webkit-filter: grayscale(50%);
	    -moz-filter: grayscale(50%);
	    -ms-filter: grayscale(50%);
	    -o-filter: grayscale(50%);
	    filter: grayscale(50%);
	    filter: gray; */

}

.tema-col>img {
	display: block;
	width: 100%;
	-webkit-filter: brightness(70%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(70%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/

}

.tema-col:hover.tema-col>img {
	/* -webkit-mask-image:linear-gradient(0% 100%,rgba(255,204,0,0),rgba(0,0,0,1)); */
	-webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 30%);
	mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 1) 30%);
	-webkit-filter: brightness(100%);
	/*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
	filter: brightness(100%);
	/* 设置图片的亮度，使其看起来更亮或更暗。如果值是0%，图像会全黑；值是100%，则图像无变化；
	值是100%以上，则图像更亮*/

}

.team-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 50px;
	/* opacity: 0;
	visibility: hidden;
	height: 100%; */
}

.tema-col:hover .team-caption {
	/* opacity: 1;
	visibility: visible; */
	bottom: 30px;
}

.team-caption>h3 {
	font-weight: 500;
	font-size: 1.25rem;
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 10px;
}

.team-caption>h3 a {
	color: #FFFFFF;
}

.jiantoumore {
	position: relative;
	right: 0;
	float: right;
	bottom: 58px;
	opacity: 0;
	visibility: hidden;
}

.tema-col:hover .team-caption .jiantoumore {
	opacity: 1;
	visibility: visible;
	bottom: 55px;
}

.team-caption>span {
	font-family: Muli;
	font-weight: normal;
	font-size: 1rem;
	color: #FFFFFF;
	display: block;
	/* margin-bottom: 24px; */
	opacity: 0;
	visibility: hidden;
}

.tema-col:hover .team-caption>span {
	opacity: 1;
	visibility: visible;
	bottom: 30px;
}

.team-caption>a img {
	width: 24px;
	height: 24px;
}

.mg-bt-40 {
	margin-bottom: 40px !important;
}

a,
.btn-default,
.poly1:before,
.btn-default2:before,
.slick-prev,
.slick-next,
.slick-prev:before,
.slick-next:before,
.pft-item:before,
.blog-thumbnail:before,
.figcaption,
.newsletter-form button:before,
.tema-col,
.tema-col:before,
.team-caption,
.filters-nav li a:before,
.cz-controls>a:before,
.post-ct>a:before,
.blog-page .blog_post.main .blog_info,
.blog-page .blog_info>a,
.responsive-mobile-menu,
.responsive-logo,
.responsive-mobile-menu ul,
.tema-col>img,
.tema-col:hover.tema-col>img,
.single-team-member:hover img,
.single-team-member img,
.top-title,
.fixed2,
.img-main-btn,
.cp-list-main:hover img,
.index-cp-main:hover img,
.img-main-btn:hover {
	transition: all 0.4s ease-in-out;
}

/* 延时动画列表 */
/* 首页搜索 */

.index-search {
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 170%;
	color: #fff;
	opacity: .8;
	background-color: inherit;
	border: 0;
	border-bottom: 1px solid #ced4da;
	padding-bottom: 5px;
	width: 350px;
	float: left;
	border-radius: 0;
	webkit-box-shadow: none;
	box-shadow: none;
}

.index-search:before {
	background-color: inherit;
	line-height: 170%;
	color: #fff;
	opacity: 0.5;
	border-bottom: 1px solid #fff;
	outline: none;
	webkit-box-shadow: none;
	box-shadow: none;
}

.index-search:focus {
	background-color: inherit;
	line-height: 170%;
	color: #fff;
	opacity: 1;
	border-bottom: 1px solid #fff;
	outline: none;
	webkit-box-shadow: none;
	box-shadow: none;
}

.form-search-button {
	border-radius: 0;
	width: 60px;
	font-size: 24px;
	margin-left: 10px;
	color: #c0c0c0;
}

.form-search-close {
	color: #fff;
	font-size: 2.5rem;
	font-weight: normal;
}

.form-search-close:hover {
	color: #fff;
	text-decoration: none;
}

.index-main-tome {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
}

/* footer */
.foot {
	background-color: #f9f9f9;
	border-top: solid 1px #e5e5e5;
	color: #555;
	font-size: 1rem;
}

.foot a {
	color: #555;
}

.foot-border-top {
	border-top: 1px solid #e5e5e5 !important;
	/* font-size: 1rem; */
	padding-top: 1.35rem;
	padding-bottom: 1.2rem;
}

.foot-logo {
	width: 150px;
}
.foot-tel {
	color: #0069a2;
}
.foot-Canada {
	color: #555;
	background-color: #272727;
	border-color: #555;
}

.foot-Canada i {
	color: #14ae67;
}

.index-foot-link li a {
	margin-right: 10px;
	margin-left: .75rem;
	font-size: 1.25rem;
}

.index-foot-link li a:hover {
	color: #fff;
}

.index-news-link {
	border-radius: 0;
}

.index-news-link:hover {
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.index-news-link a {
	color: #212529;
}

.swiper-container-team {
	width: 100%;
	height: 100%;
}

.swiper-slide-team {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* padding: 5px; */
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* 合作伙伴 */

.single-team-wrapper {
	width: 100%;
}

.single-counter-item {
	position: relative;
}

.single-counter-item:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 2px;
	width: 50%;
	left: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
}

.single-counter-item:hover:after {
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.single-counter-item h4,
.single-counter-item p {
	color: #fff;
}

.single-counter-item h4 {
	color: #fff;
	font-size: 55px;
	margin: 0 0 10px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.single-counter-item:hover h4 {
	color: #0E70C7;
}

.single-counter-item i {
	color: #fff;
	font-size: 35px;
}

.single-counter-item.single-counter-item-s-2 {
	background: rgba(255, 255, 255, 0.18);
	padding: 25px 0;
	border-radius: 50% 3px 3px 3px;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.single-counter-item.single-counter-item-s-2:hover {
	border-radius: 3px 50% 3px 3px;
}

.single-counter-item .single-counter-item-s-2 h4 {
	margin: 10px 0;
}

.single-team-member {
	position: relative;
	display: block;
	padding-bottom: 93px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.single-team-member img {
	display: block;
	margin: auto;
	width: 100%;
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.5);
	transition: all 0.6s;
}

.single-team-member:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	transform: scale(1.03);
	/* 放大1.2倍 */
}

.single-team-member .single-team-member-content {
	background: #888;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px 0;
	display: block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	-o-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.single-team-member .single-team-member-content:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #666;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .6s;
	-o-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-team-member .single-team-member-content .single-team-member-social {
	opacity: 0;
	visibility: hidden;
	height: 0;
	text-align: center;
}

.single-team-member .single-team-member-content .single-team-member-social li {
	display: inline-block
}

.single-team-member .single-team-member-content .single-team-member-social li a {
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 1;
}

.single-team-member .single-team-member-content .single-team-member-text {
	text-align: left;
	color: #fff;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 30px;
}

.single-team-member .single-team-member-content .single-team-member-text h3 {
	color: #fff;
	line-height: 24px;
	letter-spacing: .30px;
	/* font-weight: 700; */
	font-size: 1.25rem;
}

.single-team-member .single-team-member-content .single-team-member-text p {
	font-weight: 300;
	line-height: 22px;
	letter-spacing: .30px;
	font-size: 1rem;
	/* margin-top: 10px; */
}

.single-team-member:hover .single-team-member-content:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-team-member:hover .single-team-member-content .single-team-member-social {
	opacity: 1;
	visibility: visible;
	height: auto;
	margin-bottom: 15px;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}


/* 精英内页 */

.single-team-member-2 {
	position: relative;
	display: block;
	/* padding-bottom: 93px; */
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.single-team-member-2 img {
	display: block;
	margin: auto;
	width: 100%;
	-webkit-filter: grayscale(0.5);
	filter: grayscale(0.5);
}

.single-team-member-2 .single-team-member-content {
	background: #888;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px 0 10px 0;
	display: block;
}



.single-team-member-2 .single-team-member-content .single-team-member-social {
	opacity: 0;
	visibility: hidden;
	height: 0;
	text-align: center;
}

.single-team-member-2 .single-team-member-content .single-team-member-social li {
	display: inline-block
}


.single-team-member-2 .single-team-member-content .single-team-member-text {
	text-align: left;
	color: #fff;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-left: 30px;
}

.single-team-member-2 .single-team-member-content .single-team-member-text h3 {
	color: #fff;
	line-height: 24px;
	letter-spacing: .30px;
	/* font-weight: 700; */
	font-size: 1.25rem;
}

.single-team-member-2 .single-team-member-content .single-team-member-text p {
	font-weight: 300;
	line-height: 22px;
	letter-spacing: .30px;
	font-size: 1rem;
	/* margin-top: 10px; */
}



/* end */





.team-slides.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -80px;
	top: auto;
}

.team-slides.owl-carousel.owl-theme .owl-dot.active span {
	height: 18px;
	width: 18px;
}

.team-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover.active span,
.team-slides.owl-carousel.owl-theme .owl-dot span {
	background: #333;
}

.team-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.team-slides.owl-carousel.owl-theme .owl-dot.active span {
	background: #0E70C7;
}

.team-slides.owl-carousel .owl-nav button.owl-next,
.team-slides.owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	color: inherit;
}

.team-member-social li a {
	font-size: 18px;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 10px 0 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15);
}

.team-member-social li a:hover {
	background-color: #333;
	color: #fff;
}

.team-zhiwu {
	position: absolute;
	right: 25px;
	top: 20px;
	font-size: 1rem;
}

.p-5px {
	padding: 5px !important;
}

/* 顶部菜单 */
.top-title {
	font-weight: 600;
	background: #fff;
	color: #B4B4B4;
	font-size: 32px;
	padding: 25px 40px;
	text-align: right;
	position: fixed;
	left: 0;
	top: -100px;
	width: 100%;
	transition: top .5s;
	height: 100px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	/* box-shadow: 0px 0px 3px 3px #f5f5f5; */
	display: block;
}

.hiddened {
	top: -100px;
}

.showed {
	top: 0;
	z-index: 4;
}

.gta-breadcrumb {
	padding: .75rem 0rem;
	background-color: transparent;
}

.gta-breadcrumb .breadcrumb-item a {
	color: #666;
}

.gta-breadcrumb .breadcrumb-item a:hover {
	color: #212529;
}

.xm-main-neirong {
	margin-top: 10rem;
	margin-bottom: 4rem;
}

.xm-main {
	line-height: 2;
	letter-spacing: 0.075em;
	margin-bottom: 4rem;
}

.xm-main-foot {
	color: #B4B4B4;
	border-top: 1px solid rgba(0, 0, 0, .08);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 4rem;
}

.btn-link {
	color: #666;
}

.btn-link:hover {
	color: #000;
}

.display-6 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2;
}

.nav-tabs .nav-link {
	color: #999;
}

/* 头部菜单 */
.top-tm {
	padding: 25px 40px;
	position: fixed;
	left: 0;
	top: -100px;
	/* width:100%; */
	transition: top .5s;
	height: 100px;
	display: block;
	z-index: 99;
}

.top-tm h3 {
	padding-left: 7rem;
	float: left;
	width: auto;
	padding-top: 10px;
}

.top-tm-hiddened {
	top: -100px;
}

.top-tm-showed {
	top: 0;
	z-index: 1099;
}

.top-tm-link {
	color: #6c757d;
	width: 48px;
	height: 48px;
	border: solid 1px transparent;
	font-size: 2rem;
	display: block;
	text-align: center;
	float: right;
	margin-right: 8rem;
}

.top-tm-link:hover {
	color: #000;
	border: solid 1px #6c757d;
}

.shaixuan-tm {
	font-size: 1.25rem;
	padding: 10px 40px;
	position: fixed;
	left: 0;
	top: 97px;
	width: 100%;
	transition: top .5s;
	height: auto;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	display: none;
	z-index: 2;
	background: #fff;
}

.gta-ml-5 {
	margin-left: 3rem !important;
	margin-right: .5rem !important;
	margin-bottom: .25rem !important;
	margin-top: .25rem !important;
}

.fixed {
	/* top: 114px;
        right: 3rem;
        z-index: 100; */
	display: none;
}

.fixed2 {
	/* top: 114px; */
	right: 0rem;
	z-index: 3;
	padding-right: 3rem;
}

.btn:focus {
	box-shadow: none !important;
}

.gta-xm-top {
	padding-top: 15rem;
	padding-left: 45px;
}

.gta-xm-top2 {
	padding-top: 4.5rem;
	padding-left: 45px;
}

.f300 {
	font-weight: 300;
}

.fc7 {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 300;
	font-size: 65%;
}

.blockquote-footer::before {
	content: none !important;
}

.gta-xm-breadcrumb {
	padding: .75rem 15px;
	background-color: transparent;
	margin-bottom: 0rem;
}

.gta-xm-breadcrumb .breadcrumb-item a {
	color: #666;
}

.gta-xm-breadcrumb .breadcrumb-item a:hover {
	color: #212529;
}

.mb-5 {
	margin-bottom: 2rem !important;
}

.mb-6 {
	margin-bottom: 2.5rem !important;
}

.team-main {
	margin-top: 2rem !important;
	margin-bottom: 4.5rem !important;
}

.top-dabiaoti {
	position: absolute;
	bottom: 70%;
	right: 3rem;
	font-size: 15rem;
	color: #f3f3f3;
	/* color: #B4B4B4;
		font-weight: 300; */
}

.breadcrumb-ml {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.news-ml {
	border-top: 1px solid rgba(0, 0, 0, .08);
}

.news-img img {
	margin-bottom: 20px;
}

.shdw-cover-banner-main {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55)) !important;
}

/* 3.4.1 Projects Carousel */



.project-carousel {
	margin-top: 5.92rem;
}

.owl-nav {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-nav .disabled {
	color: #bcbcbc;
}

.owl-prev,
.owl-next {
	display: inline-block;
	font-size: 2.8rem;
	line-height: 1;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.owl-prev:before {
	font-family: "Ionicons";
	content: "\f3d2";
}

.owl-next:before {
	font-family: "Ionicons";
	content: "\f3d3";
}

.owl-prev:hover,
.owl-next:hover {
	color: #cee002;
}

.owl-dots {
	text-align: center;
	margin-top: 5.857rem;
}

.owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.6rem;
}

.owl-dot span {
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	background-color: #cccccc;
}

.owl-dot.active span {
	background-color: #cee002;
}

.project-item {
	position: relative;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.project-item img {
	width: 100%;
}

.item-shadow {
	position: relative;
	padding: 5px;
}

.item-shadow:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	/* width: 100%; */
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 46%, rgba(0, 0, 0, 0.6) 100%);
}

.project-item .link-arrow {
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 3rem;
	bottom: 2.3rem;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.project-hover {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4.85rem 3rem;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
	/* margin: 5px; */
}

.project-title {
	color: #fff;
	margin: 0;
}

.project-hover .project-title {
	position: absolute;
	bottom: 5.5rem;
}

.project-description {
	opacity: 0;
	margin-top: 12%;
	line-height: 1.71;
	color: #333333;
	-webkit-transform: translateX(-1rem);
	-ms-transform: translateX(-1rem);
	-o-transform: translateX(-1rem);
	transform: translateY(-1rem);
}

.project-item:hover .project-hover {
	background-color: rgba(0, 0, 0, 0.45);
}

.project-item:hover .project-hover .project-title {
	position: absolute;
	color: #fff;
	bottom: 5.5rem;
	-webkit-transform: translateY(-1rem);
	-ms-transform: translateY(-1rem);
	-o-transform: translateY(-1rem);
	transform: translateY(-1rem);
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.project-item:hover .project-hover .project-description {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateY(0);
	-webkit-transition: all 0.4s 0.2s ease;
	-o-transition: all 0.4s 0.2s ease;
	transition: all 0.4s 0.2s ease;
}

.project-item:hover .link-arrow {
	color: #fff;
}

.mfp-container {
	padding: 0;
}

@media (min-width: 900px) {
	.mfp-container {
		padding: 0;
	}
}

.zoom-anim-dialog {
	background: #fff;
	padding: 2.6rem;
	margin: 0 auto;
}


.top-banner-bg {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../images/page-bg-img-1.png);
	background-color: #fff;
}

.contact-foot-link a {
	color: #B4B4B4;
	width: 60px;
	height: 60px;
	font-size: 28px;
	text-align: center;
	margin-right: 10px;
	border-radius: 20rem;
	border: solid 1px #B4B4B4;
	line-height: 1.4;
}

.contact-foot-link a:hover {
	color: #212529;
	border: solid 1px #212529;

}

.list-group-item-xm:hover {
	padding: .75rem 1.25rem .75rem 2rem !important;
}

.p-lf-5 {
	padding-right: 5px;
	padding-left: 5px;
}

.p-lf-30 {
	padding-right: 30px;
	padding-left: 30px;
}

.p-lf-45 {
	padding-right: 45px;
	padding-left: 45px;
}

.foot-li {
	font-size: 1rem;
	line-height: 2rem;
}

.basic-mobile-menu {
	display: none;
}


/* Slide Down
============================== */
.nav3 ul>li:hover ul li {
	height: 50px;
}

.nav3 li ul li {
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}

/** @section Vide */
.vide {
	width: 100%;
	background-size: cover;
	background-position: center;
	overflow:hidden;
}

.vide>* {
	position: relative;
	z-index: 1;
}

.vide video {
	will-change: transform;
	pointer-events: none;
}

.vide-overlay {
	/* background-color: #15171A; */
	position: relative;
}

.vide-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: Overlay;
	z-index: 1;
	background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55));
}

.vide-overlay-cp::before {
	background: rgba(0, 0, 0, 0) !important;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(39, 39, 39, 1)) !important;
}

.vide-overlay-cp-v {
	height: 700px;
}

.vide-overlay video {
	opacity: .8 !important;
}



.vide-overlay-m {
	/* background-color: #15171A; */
	position: relative;
}

.vide-overlay-m::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-blend-mode: Overlay;
	z-index: 1;
}

.vide-overlay-m video {
	opacity: .8 !important;
}


.bgvid  {
	margin: auto;
	    position: relative;
	    z-index: -1;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    /* visibility: hidden; */
	    opacity: 0;
	    min-width: 100%;
	    /* height: 100%; */
		height: 100%;
	    background-size: cover;
		width: auto;
	
	}

/* @media screen and (max-width: 1600px) { 
	  .bgvid  {
			width: 100%;
			height: auto !important;
	  	}
	  }
} */
@media (min-width: 1400px) {
		.bgvid  {
				width: 100%;
				height: auto;
				object-fit: cover;
			}
		}
@media (min-width: 1900px) {
		.bgvid  {
			width: 100%;
			height: 100%;
			object-fit: cover;
			}
		}
@media (min-width: 2100px) {
	.bgvid  {
			width: 100%;
			height: auto;
			object-fit: cover;
		
		}
	}	
.bgvid2  {
	margin: auto;
	    position: absolute;
	    z-index: -1;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    /* visibility: hidden; */
	    opacity: 0;
	    width: 100%;
	    height: auto;
	    background-size: cover;
	
	}
.pt-6 {
	padding-top: 5rem !important;
}

.index-cp-main {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.index-cp-main a {
	color: #000000;
}

.index-cp-main a:hover {
	color: #14ae67;
	text-decoration: none;
}

.index-cp-main:hover img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.card-news {
	border-radius: 0;
	background-color: #f9f9f9;
	border: none;
}

.card-news .card-news-body {
	padding: 2rem 3rem 1.25rem 3rem !important;
}

.card-news .card-news-body a {
	color: #222;
}

.card-news .card-news-body a:hover {
	color: #28a745;
	text-decoration: none;
}

.card-news .card-news-footer {
	background-color: #f9f9f9 !important;
	font-size: 18px;
	color: #757575;
	padding: 1.25rem 3rem 1.25rem 3rem !important;
	border-top: 1px solid rgba(0, 0, 0, .05);
}

.card-news .card-news-footer i {
	font-size: 14px;
	color: #28a745;
	/* position: absolute;
	right: 30px; */
	padding-top: 6px;
}

.card-news .card-news-top {
	background-color: #f9f9f9 !important;
	font-size: 18px;
	color: #757575;
	padding: 1.25rem 3rem 1.25rem 3rem !important;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	border-top: none;
}

.card-news .card-news-top i {
	font-size: 14px;
	color: #28a745;
	position: absolute;
	right: 30px;
	padding-top: 6px;
}

.index-main-xm {
	padding: 4rem 3rem 1.25rem 3rem;
	height: 400px;
	background: #f9f9f9;
}

.index-main-xm span {
	position: absolute;
	bottom: 3rem;
}

.index-main-xm a {
	color: #222;
}

.index-main-xm a:hover {
	color: #14ae67;
	text-decoration: none;
}

.index-main-xm-b a {
	color: #fff !important;
}

.index-main-xm-b a:hover {
	color: #14ae67;
	text-decoration: none;
}

.index-main-xm-bg-1 {
	zoom: 1;
	background: url(../images/index-main-1.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm-bg-2 {
	zoom: 1;
	background: url(../images/index-main-2.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm-bg-3 {
	zoom: 1;
	background: url(../images/index-main-3.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm-bg-4 {
	zoom: 1;
	background: url(../images/index-main-4.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;
	background-size: 100%;
}

.index-main-xm:hover {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-size: 101%;
	background-position: center right;
	position: relative;
}

.cp-main-top-bg {
	color: #fff;
	background: #333;

}

.mt-8 {
	margin-top: 80px;
}

.mb-8 {
	margin-bottom: 80px;
}

.mt-10 {
	margin-top: 10rem;
}

.mb-10 {
	margin-bottom: 10rem;
}
.news-main-text img{
	max-width: 100%;
}
.cp-list-main {
	padding: 40px;
	background: #f9f9f9;
	text-align: center;
}

.cp-list-main span {
	text-align: left;
	display: block;
}

.cp-list-main a {
	color: #14ae67;
}

.cp-list-main a:hover {
	color: #14ae67;
}

.cp-list-main:hover img {
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}

.cp-main-text {
	margin-bottom: 50px;
}

.cp-main-text h3 {
	color: #fff;
	font-weight: 600;
	padding-left: 32px;
}

.cp-main-text h3 i {
	color: #14ae67;
	position: absolute;
	left: 10px;
	padding-top: 5px;
}
.cp-main-text h3 em{
	color: #14ae67;
	position: absolute;
	left: 10px;
	padding-top: 5px;
}
.cp-main-text h5 {
	color: #898989;
	padding-left: 32px;
	font-weight: 400;
}

.cp-main2-text {
	margin-bottom: 40px;
	color: #fff;
	text-align: center;
}

.cp-main2-text h1 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 40px;
}

.cp-main3-text {
	margin-bottom: 40px;
	text-align: center;
}

.cp-main3-text h1 {
	text-transform: uppercase;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: 40px;
}

.cp-main3-text2 {
	margin-bottom: 50px;
}

.cp-main3-text2 h1 {
	color: #222;
	font-weight: 700;
}

.cp-main3-text2 h1:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0px;
	background: #aeaeae;
	width: 80%;
	height: 1px;
}

/** @section ToTop */
.ui-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 100;
	width: 48px;
	height: 48px;
	font-size: 24px;
	line-height: 42px;
	color: #15171A;
	background: #999;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	transition: .45s all ease-in-out;
	transform: translate3d(0, 100px, 0);
}

.ui-to-top:hover {
	color: #ffffff;
	background: #333;
	text-decoration: none;
}

.ui-to-top:focus {
	color: #ffffff;
}

.ui-to-top.active {
	transform: translate3d(0, 0, 0);
}

.cp-main-top-ico {
	text-align: left;
}

.cp-main-top-ico img {
	float: left;
}

.cp-main-top-ico span {
	text-align: left;
	display: block;
	float: left;
	/* line-height: 1.2rem; */
	margin-left: 10px;
}


.cp-main-ico-ul li  {
	margin-bottom: 30px;
}

.cp-main-ico-ul li img {}

.cp-main-ico-ul li span {
	/* line-height: 1.2rem; */
	margin-left: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	position: absolute;
}

.cp-main-ico2 {
	margin-bottom: 40px;
}

.cp-main-ico2 span {
	margin-left: 10px;
	font-size: 1.2rem;
	font-weight: 600;
}
.page-item a {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #333;
    background-color: #fff;
    border: 1px solid #dee2e6;
    float: left;
}

.swiper-pagination-cp {
	position: relative !important;
}
#STRUCTURAL .my-bullet {
	width: auto;
	height: 48px;
	display: inline-block;
	border-radius: 0;
	background: none;
	border-bottom: solid 4px #000;
	opacity: .2;
	color: #000;
	font-size: 1.75rem;
	font-weight: 600;
	padding-left: 1rem;
	padding-right: 1rem;
}

#STRUCTURAL .my-bullet-active {
	border-bottom: solid 4px #e86612;
	opacity: 1;
	background: none;
	color: #333;
}
 .my-bullet {
	width: auto;
	height: 48px;
	display: inline-block;
	border-radius: 0;
	background: none;
	border-bottom: solid 4px #fff;
	opacity: .2;
	color: #fff;
	font-size: 1.75rem;
	font-weight: 600;
	padding-left: 1rem;
	padding-right: 1rem;
}

.my-bullet-active {
	border-bottom: solid 4px #e86612;
	opacity: 1;
	background: none;
	color: #fff;
}

html.mobile .ui-to-top,
html.tablet .ui-to-top {
	display: none !important;
}

.new-card {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin-bottom: 20px;

}

.new-card:hover {
	border: 1px solid rgba(0, 0, 0, .25);
}

.new-card img {
	transition: all 0.25s ease-in-out;

}

.new-card:hover img {
	opacity: .8;
	transform: scale(1.025);
}

.new-card a {
	color: #222;
}

.new-card:hover a {
	color: #14ae67;
	text-decoration: none;
}

.new-card .card-footer {
	background-color: #fff !important;
	color: #757575;
}

.page-item.active .page-link {
	background-color: #757575;
	border-color: #757575;
}

.page-link {
	color: #757575;
}

.brouav-breadcrumb {
	margin-top: 10px;
	background-color: #fff;
	border-radius: 0;
	border-bottom: solid 1px rgba(0, 0, 0, .125);
	font-size: 80%;
}

.brouav-breadcrumb a {
	color: #000;
}

/** @section Responsive units */
.unit {
	display: flex;
	flex: 0 1 100%;
	margin-bottom: -30px;
	margin-left: -20px;
}

.unit>* {
	margin-bottom: 30px;
	margin-left: 20px;
}

.unit:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.unit-body {
	flex: 0 1 auto;
}

.unit-left,
.unit-right {
	flex: 0 0 auto;
	max-width: 100%;
}

.unit-md {
	margin-bottom: -15px;
	margin-left: -15px;
}

.unit-md>* {
	margin-bottom: 15px;
	margin-left: 15px;
}

.unit-title {
	margin-top: 16px;
}

.unit-title+.unit-text {
	margin-top: 20px;
}

.unit-text {
	font-size: 16px;
}

/** @section Lists */
.list>li+li {
	margin-top: 10px;
}

.list-xs>li+li {
	margin-top: 5px;
}

.list-sm>li+li {
	margin-top: 7px;
}

.list-md>li+li {
	margin-top: 18px;
}

.list-lg>li+li {
	margin-top: 20px;
}

@media (min-width: 768px) {
	.list-lg>li+li {
		margin-top: 30px;
	}
}

@media (min-width: 1200px) {
	.list-lg>li+li {
		margin-top: 40px;
	}
}

.list-inline>li {
	display: inline-block;
}

.pag-extended {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 2px solid rgba(21, 23, 26, 0.1);
	border-bottom: 2px solid rgba(21, 23, 26, 0.1);
	margin-top: 40px;
	margin-bottom: 40px;
}

.pag-extended-item {
	max-width: 48%;
	padding: 25px 10px;
	background-color: #f9f9f9;
	transition: all 0.25s ease-in-out;
	color: #222;
}

.pag-extended-item:hover {
	color: #222;
}

.pag-extended-item:hover .pag-extended-title span {
	background-size: 100% 1px;
}

.pag-extended-item-inner {
	text-align: center;
}

.pag-extended-body {
	margin-top: 20px;
}

.pag-extended-title {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
}

.pag-extended-title span {
	background-image: linear-gradient(to right, #222 0, #222 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: left 95%;
	transition: all 0.25s ease-in-out;
}

.pag-extended-link {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	margin-top: 17px;
}

@media (min-width: 992px) {
	.pag-extended {
		padding: 20px 0;
	}

	.pag-extended-item {
		background-color: transparent;
		padding: 0;
	}

	.pag-extended-item:hover {
		background-color: #f9f9f9;
	}

	.pag-extended-item-inner {
		display: flex;
		align-items: center;
		text-align: left;
	}

	.pag-extended-item-reverse .pag-extended-item-inner {
		flex-direction: row-reverse;
		text-align: right;
	}

	.pag-extended-media {
		flex-shrink: 0;
		max-width: 48%;
	}

	.pag-extended-body {
		flex-grow: 1;
		padding: 20px;
		margin-top: 0;
	}
}

/** @section Widget */
.widget+.widget {
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
}

.widget+.widget::before,
.widget+.widget::after {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	height: 2px;
}

.widget+.widget::before {
	right: 0;
	background-color: rgba(21, 23, 26, 0.1);
}

.widget+.widget::after {
	width: 40px;
	background-color: #15171A;
}

.widget-title {
	color: #15171A;
}

*+.widget-body {
	margin-top: 26px;
}

.widget-list {
	font-size: 1.25rem;
	font-weight: 500;
}

.widget-list-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding-left: 16px;
}

.widget-list-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
}

.widget-list-item a,
.widget-list-item a:focus,
.widget-list-item a:active {
	color: #222;
}

.widget-list-item a:hover {
	color: #14ae67;
}

.widget-list-item+.widget-list-item {
	margin-top: 7px;
}

.widget-list-count {
	margin-left: 20px;
	color: #97999B;
}

/** @section Meta */
.meta-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
	margin-left: -20px;
}

.meta-list:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.meta-list>* {
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}

*+.meta-list {
	margin-top: 15px;
}

.meta-item {
	display: flex;
	align-items: center;
}

.meta-content {
	font-size: 14px;
	margin-left: 11px;
}

.meta-author {
	font-weight: 700;
}

.meta-author,
.meta-author:focus,
.meta-author:active {
	color: inherit;
}

.meta-author:hover {
	color: #FBE547;
}

.post-simple+.post-simple {
	margin-top: 20px;
}

.post-simple-title a {
	color: #222;
}

.offset-md img {
	width: 100%;
	height: auto;
}

.about-main {
	margin-bottom: 5rem;
}

.about-main h2 {
	font-size: 2rem;
}

.about-main p {
	font-size: 1.2rem;
}

.contact-main {
	margin-bottom: 5rem;
}

.contact-main h2 {
	font-size: 3rem;
}

.contact-main p {
	font-size: 1.2rem;
}

.contact-main dl dt {
	font-size: 1rem;
}

.contact-main dl dd {
	font-size: 1.25rem;
}




@media (max-width:768px) {
	.phone-block {
		display: block
	}

	.about-container {
		/* background-color: #fff;
		font-size: 14px;
		line-height: 20px */
	}

	.about-container .header {
		padding-top: 125%;
		position: relative;
		background-color: #e5e5e5
	}

	.about-container .header .header-content {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		flex-direction: column;
		justify-content: center
	}

	.about-container .header .header-content>div {
		font-size: 28px;
		line-height: 40px;
		color: #fff;
		padding: 0 20px
	}

	.about-container .header .icon {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhCQjg0MjQ1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhCQjg0MjU1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOEJCODQyMjU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOEJCODQyMzU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkAC1dIAAAqTSURBVHja7F17kI5l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);
		display: block;
		width: 48px;
		height: 48px;
		background-size: 100% 100%;
		margin: 16px auto 0
	}

	.about-container .common-title {
		font-size: 28px;
		line-height: 40px;
		font-weight: 600
	}

	.about-container .introduce {
		text-align: center;
		padding: 50px 20px
	}

	.about-container .introduce .common-title {
		padding-bottom: 24px
	}

	.about-container .introduce .content {
		font-size: 14px;
		line-height: 20px
	}

	.about-container .introduce .content-en {
		text-align: justify;
		color: #101010
	}

	.about-container .mission {
		position: relative;
		padding-top: 82.5%;
		background-color: #e5e5e5;
		text-align: center;
		color: #fff;
		background-image: url(https://static.xag.cn/img/about-index/new/mission-phone-bg-new.png)
	}

	.about-container .mission .mission-content {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		padding: 0 20px
	}

	.about-container .mission .mission-left {
		margin-bottom: 24px
	}

	.about-container .mission .mission-desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px
	}

	.about-container .mission .mission-title {
		display: block;
		font-size: 24px;
		line-height: 32px
	}

	.about-container .development {
		padding: 50px 0;
		text-align: center
	}

	.about-container .development .common-title {
		color: #333;
		margin-bottom: 24px
	}

	.about-container .time-list {
		width: 82.5%;
		margin: 0 auto
	}

	.about-container .time-list>li {
		width: 100%;
		text-align: left
	}

	.about-container .time-list>li:last-child {
		padding-right: 26%;
		box-sizing: content-box
	}

	.about-container .time-list .swiper-slide .development-content {
		padding-right: 24px;
		font-size: 14px;
		line-height: 20px;
		color: #333
	}

	.about-container .time-list .swiper-slide .time-line-header {
		display: flex;
		flex-direction: row;
		align-items: center
	}

	.about-container .time-list .swiper-slide .circle {
		width: 20px;
		height: 20px;
		border: 4px solid #999;
		border-radius: 10px
	}

	.about-container .time-list .swiper-slide .line {
		flex-grow: 1;
		height: 2px;
		background-color: #ddd
	}

	.about-container .time-list .swiper-slide .time-info {
		font-size: 24px;
		line-height: 28px;
		padding-top: 24px;
		padding-bottom: 16px;
		color: #999
	}

	.about-container .time-list .slide-active .circle {
		border: 4px solid #DB0424
	}

	.about-container .time-list .slide-active .time-info {
		color: #DB0424
	}

	.about-container .sense-worth {
		background-color: #F5F5F5;
		text-align: center;
		padding: 50px 20px;
		color: #333
	}

	.about-container .sense-worth .common-title {
		margin-bottom: 24px
	}

	.about-container .sense-worth .worth-card-list img {
		display: none
	}

	.about-container .sense-worth .worth-card-list>li {
		padding: 20px;
		background-color: #fff;
		margin-bottom: 10px;
		border-radius: 2px
	}

	.about-container .sense-worth .text {
		position: relative
	}

	.about-container .sense-worth .icon-container {
		position: absolute;
		right: 0;
		top: 0;
		border: 1px dashed #e5e5e5
	}

	.about-container .sense-worth .iconfont {
		transform: scale(1.3);
		font-size: 16px;
		display: block
	}

	.about-container .sense-worth .worth-title {
		font-size: 16px;
		line-height: 22px;
		text-align: left
	}

	.about-container .sense-worth .worth-content {
		display: none;
		font-size: 14px;
		line-height: 20px;
		margin-top: 16px;
		text-align: left
	}

	.about-container .service-area {
		padding-top: 50px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px
	}

	.about-container .service-area .common-title {
		color: #333;
		margin-bottom: 24px
	}

	.about-container .service-area .service-content {
		margin-bottom: 24px
	}

	.about-container .service-area .service-content-en {
		text-align: justify;
		color: #101010
	}

	.about-container .service-area .service-photo {
		width: 100%
	}

	.about-container .cooperation {
		text-align: center;
		padding: 50px 20px 80px
	}

	.about-container .cooperation .common-title {
		color: #333;
		margin-bottom: 24px
	}

	.about-container .cooperation .cooperation-content {
		margin-bottom: 24px
	}

	.about-container .cooperation .cooperation-content-en {
		text-align: justify;
		color: #101010
	}

	.about-container .cooperation-icons {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center
	}

	.about-container .cooperation-icons>li {
		width: 160px;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 10px
	}

	.about-container .cooperation-icons .icon-container {
		width: 120px;
		height: 120px
	}

	.about-container .cooperation-icons .icon-container img {
		max-width: 120px;
		margin-top: 50%;
		transform: translateY(-50%)
	}
}

@media (min-width:769px) {
	.about-container {
		/* background-color: #fff */
	}

	.about-container .header {
		padding-top: 29.16667%;
		position: relative;
		background-color: #e5e5e5
	}

	.about-container .header .header-content {
		width: 1200px;
		left: 0;
		right: 0;
		margin: auto;
		position: absolute;
		color: #fff;
		top: 52.66667%
	}

	.about-container .header .header-content>div {
		font-size: 2.375em;
		line-height: 1.42
	}

	.about-container .header .header-content>div span {
		display: block
	}

	.about-container .header .img-container {
		width: 1200px;
		height: 56px;
		left: 0;
		right: 0;
		margin: auto;
		top: 45%;
		position: absolute
	}

	.about-container .header .img-container img {
		width: 765px;
		display: block
	}

	.about-container .header .icon {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDhCQjg0MjQ1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDhCQjg0MjU1ODMxMTFFODg0NERGRUVBRUI2MTY0RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOEJCODQyMjU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEOEJCODQyMzU4MzExMUU4ODQ0REZFRUFFQjYxNjRGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkAC1dIAAAqTSURBVHja7F17kI5l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);
		display: block;
		background-size: 100% 100%;
		cursor: pointer;
		margin-top: 1.875em;
		width: 3em;
		height: 3em
	}

	.about-container .common-title {
		padding-top: 114px;
		padding-bottom: 32px;
		text-align: center;
		font-size: 32px;
		line-height: 44px
	}

	.about-container .common-title-en {
		font-size: 36px;
		text-align: center;
		line-height: 50px
	}

	.about-container .common-title-en>span {
		display: block
	}

	.about-container .introduce {
		font-size: 24px;
		line-height: 40px;
		text-align: center;
		height: 280px;
		padding-top: 100px
	}

	.about-container .introduce .content-en {
		width: 855px;
		margin: 0 auto;
		line-height: 38px;
		text-align: justify;
		color: #101010
	}

	.about-container .introduce span {
		display: block
	}

	.about-container .introduce-en {
		height: auto;
		padding-bottom: 120px;
		padding-top: 120px;
		font-size: 22px;
		line-height: 38px
	}

	.about-container .mission {
		padding-top: 25%;
		position: relative;
		background-color: #e5e5e5;
		background-image: url(https://static.xag.cn/img/about-index/new/mission-new-bg.png);
		background-size: 100% 100%
	}

	.about-container .mission .mission-content {
		margin: 0 auto;
		position: absolute;
		height: 100%;
		width: 860px;
		top: 0;
		left: 0;
		right: 0;
		color: #fff
	}

	.about-container .mission .mission-left {
		position: absolute;
		left: 0;
		top: 72px;
		font-size: 32px;
		line-height: 56px;
		width: 160px
	}

	.about-container .mission .mission-right {
		position: absolute;
		left: 471px;
		bottom: 72px;
		font-size: 32px;
		line-height: 56px;
		width: 389px
	}

	.about-container .mission .mission-left-en {
		width: 190px
	}

	.about-container .mission .mission-right-en {
		width: 390px
	}

	.about-container .mission .mission-content-en .mission-desc {
		font-size: 18px;
		line-height: 28px
	}

	.about-container .mission .mission-content-en .mission-left,
	.about-container .mission .mission-content-en .mission-right {
		font-size: 36px
	}

	.about-container .mission .mission-title {
		padding-bottom: 16px;
		position: relative
	}

	.about-container .mission .mission-title:after {
		content: '';
		width: 100%;
		background-color: #fff;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0
	}

	.about-container .mission .mission-desc {
		font-size: 16px;
		line-height: 32px;
		margin-top: 16px
	}

	.about-container .mission .mission-desc>span,
	.about-container .mission span {
		display: block
	}

	.about-container .development {
		overflow: hidden
	}

	.about-container .time-line-container {
		width: 100%;
		margin: 0 auto;
		padding-top: 16px;
		    padding-left: 15px;
		    padding-right: 15px;
	}

	.about-container .time-line-container .content {
		overflow: visible
	}

	.about-container .time-list {
		padding-bottom: 32px
	}

	.about-container .time-list>li {
		float: left;
		width: 304px;
		min-height: 200px;
		box-sizing: content-box
	}

	.about-container .time-list .swiper-slide .time-line-header {
		height: 20px
	}

	.about-container .time-list .swiper-slide .circle {
		width: 20px;
		height: 20px;
		border: 4px solid #999;
		float: left;
		border-radius: 10px
	}

	.about-container .time-list .swiper-slide .line {
		width: 284px;
		height: 2px;
		background-color: #ddd;
		float: right;
		margin-top: 9px
	}

	.about-container .time-list .swiper-slide .time-info {
		margin-top: 20px;
		font-size: 2rem;
		line-height: 38px;
		color: #999
	}

	.about-container .time-list .swiper-slide .development-content {
		width: 240px;
		margin-top: 8px;
	}
.about-container .time-list .swiper-slide .development-content p{
		font-size: 1rem;
	}
	.about-container .time-list .swiper-slide .development-content-en {
		color: #101010;
	}

	.about-container .time-list .slide-active .circle {
		border: 4px solid #14ae67;
	}

	.about-container .time-list .slide-active .time-info {
		color: #14ae67;
	}

	.about-container .indicator-line {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		position: relative;
		height: 18px;
	}

	.about-container .indicator-btn {
		width: 40px;
		height: 18px;
		position: absolute;
		top: 0;
		cursor: pointer;
		background-size: 40px auto;
		background-position: center;
	}

	.about-container .worth-card-list>li:after,
	.about-container .worth-card-list>li:before {
		content: '';
		background-size: 100% 100%;
		z-index: 1000;
		top: 0;
		left: 0;
	}

	.about-container .indicator-left {
		left: 0;
		background-image: url(../other/timeline/long-left-arrow.svg)
	}

	.about-container .indicator-right {
		right: 0;
		background-image: url(../other/timeline/long-right-arrow.svg)
	}

	.about-container .indicator-list {
		display: inline-block
	}

	.about-container .indicator-list>li {
		float: left;
		width: 30px;
		padding: 8px 0;
		cursor: pointer;
		box-sizing: content-box;
		margin-right: 2px
	}

	.about-container .indicator-list>li::before {
		display: block;
		content: '';
		height: 2px;
		background-color: #ccc
	}

	.about-container .indicator-list .active {
		width: 136px
	}

	.about-container .indicator-list .active::before {
		background-color: #14ae67;
	}

	.about-container .worth-card-list {
		overflow: hidden;
		background-color: #e5e5e5;
	}

	.about-container .worth-card-list>li {
		width: 20%;
		padding-top: 25%;
		float: left;
		position: relative;
		cursor: pointer;
		text-align: center;
		color: #fff;
		overflow: hidden
	}

	.about-container .worth-card-list>li:before {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(https://static.xag.cn/img/about-index/new/sense-worth-cover-top.png);
		position: absolute
	}

	.about-container .worth-card-list>li:after {
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(https://static.xag.cn/img/about-index/new/sense-worth-cover-bottom.png);
		position: absolute
	}

	.about-container .worth-card-list>li img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		transition: filter .1s linear
	}

	.about-container .worth-card-list>li .text {
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 1001;
		opacity: 1;
		transition: opacity .35s, bottom .35s, transform .35s
	}

	.about-container .worth-card-list>li .text .worth-content {
		height: 2.75em;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}

	.about-container .worth-card-list>li .top-text {
		top: 8.33333%
	}

	.about-container .worth-card-list>li .bottom-text {
		top: 68.75%
	}

	.about-container .worth-card-list>li .worth-title {
		font-size: 2.375em;
		line-height: 1.4;
		margin-bottom: .5em
	}

	.about-container .worth-card-list>li .worth-content {
		font-size: 1em;
		margin: 0 auto;
		width: 73%;
		line-height: 1.375
	}

	.about-container .worth-card-list>li .pc-text-complete .worth-content {
		line-height: 1.5
	}

	.about-container .worth-card-list>li:hover .text {
		opacity: 0
	}

	.about-container .worth-card-list>li:hover img {
		-webkit-filter: blur(3px);
		filter: blur(3px);
		transform: translateZ(0)
	}

	.about-container .worth-card-list>li:hover .bottom-text {
		transform: translateZ(0) translate(0, -15px)
	}

	.about-container .worth-card-list>li:hover .top-text {
		transform: translateZ(0) translate(0, 15px)
	}

	.about-container .worth-card-list>li:hover .pc-cover,
	.about-container .worth-card-list>li:hover .pc-text-complete {
		opacity: 1
	}

	.about-container .worth-card-list>li:hover .worth-content {
		height: auto
	}

	.about-container .service-content {
		width: 880px;
		margin: 0 auto;
		font-size: 24px;
		line-height: 40px;
		text-align: center
	}

	.about-container .service-content-en {
		font-size: 22px;
		line-height: 38px;
		text-align: justify;
		color: #101010
	}

	.about-container .service-photo {
		width: 1200px;
		height: 542px;
		display: block;
		margin: 48px auto 0
	}

	.about-container .service-photo-en {
		margin-top: 80px
	}

	.about-container .cooperation {
		padding-bottom: 74px
	}

	.about-container .cooperation-content {
		font-size: 24px;
		line-height: 36px;
		text-align: center
	}

	.about-container .cooperation-content>span {
		display: block
	}

	.about-container .cooperation-content-en {
		width: 868px;
		margin: 0 auto;
		text-align: justify;
		font-size: 22px;
		line-height: 38px;
		color: #101010
	}

	.about-container .cooperation-icons {
		width: 1200px;
		margin: 60px auto 0;
		overflow: hidden;
		text-align: center
	}

	.about-container .cooperation-icons>li {
		width: 300px;
		float: left;
		height: 130px;
		margin-bottom: 56px
	}

	.about-container .cooperation-icons .icon-container {
		width: 100%;
		height: 80px;
		margin-bottom: 14px;
		text-align: center;
		line-height: 80px
	}

	.about-container .cooperation-icons .icon-container img {
		max-height: 80px
	}

	.about-container .cooperation-icons .icon-text {
		font-size: 16px;
		line-height: 36px
	}

	.about-container .cooperation-icons-en {
		margin-top: 106px
	}
}
.about-main-mian{
	background-color: #f9f9f9;padding-top: 5rem; padding-bottom:1rem; margin-bottom:5rem;
}
.contact-follow{
	background-color: #f9f9f9;
	padding-top: 8rem; 
	padding-bottom:3rem; 
	/* margin-bottom:5rem; */
}

.contact-follow h2{
	font-size:4.5rem;
}
.contact-main-liuyan{
	background-color: #f9f9f9;
	border: solid 1px #e5e5e5;
	padding: 4.5rem 2.5rem;

}
.contact-main-1 h2{
	text-decoration: none;
    padding-bottom: 20px;
    font-weight: bolder;
    margin-bottom: 60px;
	position: relative;
}
/* .contact-main-1 h2::before{
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  content: '';
	  width: 150px;
	  height: 4px;
	  border-radius: 5px;
	  background-color: #28a745;
	 
} */
.contact-main-1{
	margin-top: 6rem;
	line-height: 3rem;
}
.contact-main-1 a{
	color: #222;
}
.contact-main-1 a:hover{
	color: #14ae67;
}
.contact-Follow-us-ico a{
	    font-size: 2rem;
	    margin-right: 1.5rem;
	    color: #222;
}
.contact-Follow-us-ico a:hover{
	color: #14ae67;
}
.contact-follow a{
	font-size: 3.5rem;
	    margin-left: 2rem;
	    margin-right: 2rem;
	    color: #222;
}
.contact-follow a:hover{
	color: #14ae67;
}

.contact-main-3{
	margin-bottom: 6rem;
}
.contact-main-3-r{
	font-size: 1.35rem;
}
.contact-main-3-r img{
	max-width: 260px;
	margin-top: 8rem;
	margin-bottom: 5rem;
}
/* .header-item-right{
	padding-left: 40px;
	} */
.img-1200{
	max-width: 1110px;
	}	
.products-vide-btn {
	display: none;
}
.Language-dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.Language-dropdown-item{
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.Language-dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  padding: .25rem 1.5rem !important;
  border-bottom:none !important;
}
.bgvid-swiper{
	display: block;
}
.bgvid-swiper-m{
	display: none;
}
.list-paddingleft-2 li{padding-left: 10px;padding-right: 10px;}

/* 产品方向 */
.row.heading h1 {
    color: #fff;
    line-height: 95px;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.about-wenhua-text{
	font-size: 4.7rem;
	    color: #fff;
	    line-height: 57px;
	    text-align: center;
	    text-transform: uppercase;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	    padding-top: 100px;
	    padding-bottom: 40px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    /* box-shadow: 0px 0px 10px rgba(0,0,0,0.3); */
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  background: url("../images/main-banner-about.jpg") no-repeat center top / cover;
  position: relative;
}
.our-webcoderskull-2{
  background: url("../images/main-banner-about2.jpg") no-repeat center top / cover !important;
}
.our-webcoderskull-3{
  background: url("../images/main-banner-youshi.jpg") no-repeat center top / cover !important;
  padding-top: 170px;
  padding-bottom: 130px;
}
.our-webcoderskull::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: Overlay;
	/* background-image: linear-gradient(145deg ,rgba(20, 174, 103, 0.55), rgba(20, 174, 103, 0.55), rgba(0, 105, 162, 0.55), rgba(0, 105, 162, 0.55)); */
	background-image: linear-gradient(145deg ,rgba(0, 105, 162, 0.55), rgba(0, 105, 162, 0.25), rgba(0, 105, 162, 0.55));
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   padding:30px 20px; 
   text-align:center; 
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color: #fff;
   font-weight:600; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#fff;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#fff;
}
.our-webcoderskull .cnt-block p{ 
   line-height:20px; 
   font-weight:400;
   color:#fff;
}


/* 服务优势 */
.section-block-grey {
    background-color: #f9f9f9;
	padding-top: 3.5rem;
	padding-bottom: 5rem;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
	margin-bottom: 1.5rem;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {
    color: #14ae67;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    /* font-size: 20px; */
    font-weight: 600;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #14ae67;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #14ae67;
}
/* 推荐新闻 */
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* 企业文化 */
#home_quicklinks{
	vertical-align: middle;
	    text-align: center;
}
a.quicklink.link1 {
    background: #0056b3;
}
a.quicklink {
    display: inline-block;
    width: 240px;
        height: 110px;
    position: relative;
    margin: 90px 30px;
}
a.quicklink .ql_caption {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}
.outer {
    display: table;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}
.inner {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    width: 100%;
    border-spacing: 0px;
    padding: 0px;
}
a.quicklink .ql_caption h2 {
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    line-height: 1.46em;
    color: #fff;
	font-size: 3rem;
}
a.quicklink.link1 .ql_top {
    border-bottom-color: #0056b3;
}
a.quicklink.link1 .ql_bottom {
    border-top-color: #0056b3;
}


.ql_top {
    bottom: 110px;
    border-bottom: 89px solid #ccc;
}
.ql_bottom {
    top: 110px;
    border-top: 89px solid #ccc;
}
.ql_top, .ql_bottom {
    position: absolute;
    left: 0px;
    width: 0px;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
}

a.quicklink.link2 {
    background: #14ae67;
}
a.quicklink.link2 .ql_top {
    border-bottom-color: #14ae67;
}
a.quicklink.link2 .ql_bottom {
    border-top-color: #14ae67;
}


a.quicklink.link3 .ql_top {
    border-bottom-color: #bcbdc0;
}
a.quicklink.link3 .ql_bottom {
    border-top-color: #bcbdc0;
}
a.quicklink.link3 {
    background: #bcbdc0;
}
a.quicklink {
    font-size: 36px;
    font-weight: 500;
    text-decoration:none;
}
.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  margin: 86.60px 0;
  background-image: url(http://csshexagon.com/img/meow.jpg);
  background-size: auto 334.8632px;
  background-position: center;
  box-shadow: 0 0 20px rgba(0,128,192,0.6);
  border-left: solid 5px #4a401c;
  border-right: solid 5px #4a401c;
}

.hexTop,
.hexBottom {
  position: absolute;
  z-index: 1;
  width: 212.13px;
  height: 212.13px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 38.93px;
  box-shadow: 0 0 20px rgba(0,128,192,0.6);
}


/* 工程案例 */
.small-img ul{
	list-style: none;
	position: relative;
	/* width: 5000px;
	margin: 0;
	padding: 0;
	left: 0; */
	/*transition: all 1s;*/
}
.small-img ul:after{
	content: "";
	display: block;
	clear: both;
}
.small-img ul li{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
	margin-bottom: 5px;
    box-sizing: border-box;
	overflow: hidden;
	border:1px solid #ccc;
	border-radius: 6px;
}
.small-img ul li img.moveimg{
	width: auto;
	height: 100%;
	cursor: pointer;
	vertical-align: middle;    
	text-align: center;
	margin: 0 auto;
	display: table-cell;
}
.small-img ul li:hover
{border: 2px solid #14ae67;}
.img-content .big-img{
	margin-top: 30px;
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	border-radius: 10px;
	background: #dfdfdf;
}
.img-content .big-img img{
	width: 100%;
	height: 100%;
	cursor:pointer;
	border-radius: 10px;
	position: absolute;
}

.small-img .left{
	left: 5px;
	top: 30px;
}
.small-img .right{
	right: 5px;
	top: 30px;
}
.small-img .right,.small-img .left{
	display: inline-block;
	position: absolute;
	z-index: 10;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	cursor: pointer;
}





/* 行业应用 */
/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 2.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}
.hover-2::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  opacity: 1;
  display: block;
  opacity: 1;
  transform: none;
}

/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.45);
  z-index: 90;
  background-image: linear-gradient(145deg ,rgba(20, 174, 103, 0.15), rgba(20, 174, 103, 0.05), rgba(20, 174, 103, 0.15));
}

.hover-4-title {
  position: absolute;
  top: 30%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

/* .hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}
.hover-4:hover .hover-4-title {
  color: rgba(0, 0, 0, 0);;
  transition: all 0.5s;
}
.hover-4:hover .hover-4-title .font-weight-light{
  color: rgba(0, 0, 0, 0);;
  transition: all 0.5s;
}
.hover-4:hover .hover-4-title .font-weight-light svg{
  color: rgba(0, 0, 0, 0);;
  transition: all 0.5s;
}
.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0);
} */


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #0069a2;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 0rem;
  left: 0;
  transition: all 0.3s;
  padding: 1rem 2rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #007bff;
  font-size: 1rem;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 1rem;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

/* DEMO 6 ============================== */
.hover-6::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-6 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-6-title {
  position: absolute;
  bottom: 0rem;
  left: 0;
  transition: all 0.3s;
  padding: 1rem 2rem;
  z-index: 99;
}

.hover-6-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
  font-size: 1rem;
}


.hover-6:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-6:hover .hover-6-title {
  bottom: 1rem;
}

.hover-6:hover .hover-6-title span {
  opacity: 1;
}

.hover-6:hover::after {
  bottom: 0;
}

.cp-list-main-line{
	border-top: solid 4px #0069a2;
	margin-bottom: 20px;
	width: 4rem;
	display: block;
}
.cp-list-main-line2{
	border-top: solid 4px #28a745;
	margin-bottom: 20px;
	width: 4rem;
	display: block;
}
.cp-list-main-more{
	position: absolute;
	    bottom: 20px;
}
.cp-list-main-more:hover{
	color: #000;
}
.cp-list-main-more2{
	position: relative;
}
.cp-list-main-more2:hover{
	color: #000;
}

.post-slide .post-img img{width:100%;height:auto;transform:scale(1,1);transition:all .3s ease 0s}
.post-slide .post-img{overflow:hidden;float:left;width:100%;position:relative;}
.post-slide:hover .post-img img{transform:scale(1.2,1.2)}
.post-slide p{font-size: 80%;
font-weight: 400;
line-height: 1.5rem;}
.post-slide .card-body{
	padding-left: 30px;
	}
.post-slide .card-body a{
	font-size: 80%;
	color:#B4B4B4 !important;
	text-decoration:none;
	}
.post-slide .card-body a:hover{color:#000 !important;text-decoration:none}
/******************  News Slider Demo-9 *******************/
.post-slide9{margin:0 10px;background:#fff;box-shadow:0 1px 2px rgba(43,59,93,.3);margin-bottom:2em}
.post-slide9 .post-img{overflow:hidden;float:left;width:50%;position:relative;margin-right:30px}
.post-slide9 .post-img img{width:100%;height:auto;transform:scale(1,1);transition:all .3s ease 0s}
.post-slide9:hover .post-img img{transform:scale(1.2,1.2)}
.post-slide9 .over-layer{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;text-align:center;background:rgba(68,67,64,.9);transition:all .5s linear}
.post-slide9:hover .over-layer{opacity:1}
.post-slide9 .post-link{padding:0;margin:0;list-style:none;position:relative;top:45%}
.post-slide9 .post-link li{display:inline-block;margin-right:10px}
.post-slide9 .post-link li a{width:60px;height:60px;line-height:59px;border-radius:50%;color:#fff;background:#333;font-size:20px;transform:scale(1,1);transition:all .2s linear}
.post-slide9 .post-link li a:hover{text-decoration:none;transform:scale(1.1,1.1)}
.post-slide9 .post-review{padding:15px 0;overflow:hidden}
.post-slide9 .post-title{margin-top:0}
.post-slide9 .post-title a{display:block;color:#333;font-size:18px;text-align:center;font-weight:700;text-transform:uppercase;transition:all .5s ease 0s}
.post-slide9 .post-title a:hover{text-decoration:none;color:#1f80bb}
.post-slide9 .post-info{list-style:none;padding:10px 0 0 0;margin:0 0 7px 0;text-align:center;border-top:1px solid #d3d3d3}
.post-slide9 .post-info li{display:inline-block;margin-right:13px}
.post-slide9 .tag-info{margin:0;padding:0 0 10px 0;text-align:center;border-bottom:1px solid #d3d3d3}
.post-slide9 .tag-info li{list-style:none;display:inline-block}
.post-slide9 .tag-info li a{color:grey;text-transform:capitalize}
.post-slide9 .tag-info li a:hover{color:#1f80bb;text-decoration:none}
.post-slide9 .post-description{color:#828282;font-size:14px;padding:5px 25px;line-height:25px}
.post-slide9 .read-more{color:#333;float:right;font-weight:700;margin-right:25px;text-transform:capitalize}
.post-slide9 .read-more:hover{color:#1f80bb;text-decoration:none}
.owl-theme .owl-buttons div{position:relative;border-radius:0;background:#807b87;padding:7px 15px;transition:all .5s ease 0s}
.owl-theme .owl-buttons .owl-prev{position:absolute;left:0;top:50%;opacity:0;transition:all .5s linear}
.owl-carousel:hover .owl-buttons .owl-prev{opacity:1;left:-30px}
.owl-theme .owl-buttons .owl-next{position:absolute;right:0;top:50%;opacity:0;transition:all .5s linear}
.owl-carousel:hover .owl-buttons .owl-next{opacity:1;right:-30px}
.owl-next:before,.owl-prev:before{content:"\f053";font-family:"Font Awesome 5 Free";font-weight:900;color:#fff}
.owl-next:before{content:"\f054"}
@media only screen and (max-width:990px){.post-slide9 .post-info li{margin-right:5px}
.owl-theme .owl-buttons div{display:none}
}
@media only screen and (max-width:767px){.post-slide9 .post-link li a{width:40px;height:40px;line-height:39px;font-size:13px}
.post-slide9 .post-title a{font-size:14px}
}
/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
  content: "";
  position: absolute;
  width: 290.0000px;
  height: 167.4315780649915px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-83.7158px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-83.7158px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-83.7158px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.hexTop {
  top: -106.0660px;
  border-top: solid 7.0711px #4a401c;
  border-right: solid 7.0711px #4a401c;
}

.hexTop:after {
  background-position: center top;
}

.hexBottom {
  bottom: -106.0660px;
  border-bottom: solid 7.0711px #4a401c;
  border-left: solid 7.0711px #4a401c;
}

.hexBottom:after {
  background-position: center bottom;
}

.hexagon:after {
  content: "";
  position: absolute;
  top: 2.8868px;
  left: 0;
  width: 290.0000px;
  height: 167.4316px;
  z-index: 2;
  background: inherit;
}
.main-jsys-ico{
	/* display: inline-block;
margin-bottom: 15px;
color: #14ae67; */
color: #14ae67;
    float: left;
    margin-right: 1rem;
}

.breadcrumb {
    padding: .75rem 0rem;
}
.main-hzhb-img-p{
	padding: 3rem 5rem;
}
.ph-yes {
		display:none !important;
	}
	.ph-yes2 {
			display:none !important;
		}
	.dqlogo-img{
		max-width: 400px;
	}
/* 手机版兼容 */
@media (max-width: 576px) {
	.ph-yes2 {
			display: block !important;
		}
	.contact-main-liuyan {
	    padding: 2.5rem 0rem;
	}
	.dqlogo-img{
		max-width: 100%;
	}
	.sticky-top {
	    top: 70px !important;
	}
	.section-block-grey {
	    padding-bottom: 0;
	}
	.main-hzhb-img-p{
		padding: .5rem 1rem;
	}
	.bgvid-swiper{
		display: none;
	}
.bgvid-swiper-m{
	display: block;
	height: 100% !important;
}
	.products-vide-btn {
		bottom: 5rem;
		visibility: visible;
		animation-name: bounce;
		text-align: center;
		color: #fff;
		border-radius: 20px;
		width: 200px;
		height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
		transform: translate(-50%, -50%);
		display: block;

	}
	
	.products-vide-btn a {
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}
	.products-vide-btn img {
		margin-bottom: 10px;
	}	
	
	.basic-mobile-menu {
		display: block;
	}

	.header-fixed {
		display: none;
	}

	.swiper-pagination-banner {
		bottom: 2.05rem;
		padding-left: 2rem;
		transform: none;
		left: 0;
	}

	.logo {
		position: absolute;
		width: 280px;
		height: auto;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
		z-index: 1;
		display: flex;
	}

	.logo .logo-w-1 {
		width: 100px;
	}

	.logo .logo-w-2 {
		width: 80px;
	}

	.logo .logo-w-3 {
		width: 100px;
	}

	.logo h1 {
		font-size: 8rem;
		color: #fff;
	}

	.ph-no {
		display: none !important;
	}
	.ph-yes {
		display:flex !important;
	}

	.swiper-slide-banner img {
		width: auto;
		height: 100%;
	}

	.main-slide-banner img {
		width: 100% !important;
		height: auto !important;
		margin-top: 60px !important;
	}

	.gta-ml-5 {
		margin-left: 0rem !important;
		margin-right: .5rem !important;
		margin-bottom: .25rem !important;
		margin-top: .25rem !important;
	}

	.fixed {
		top: 10%;
		right: 1rem;
		z-index: 100;
		position: fixed;
		display: block;
	}

	.gta-xm-top {
		padding-top: 6rem;
		padding-left: 2rem;
	}

	.logo-main {
		top: 2rem;
	}

	.img-main-btn {
		right: 1rem;
		bottom: auto;
		top: 10%;
		z-index: 10;
		position: fixed;
	}

	.xm-main-neirong {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}

	.project-carousel {
		margin-top: 3rem;
	}

	.l-theme {
		padding-left: 15px;
		padding-right: 15px;
	}

	.l-theme-20 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.l-theme-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.shaixuan-tm {
		top: 50px;
	}

	.swiper-container-banner .vide-main h1 {
		font-size: 2rem !important;
		text-shadow: 0px 1px 2px #fff;
	}

	.swiper-container-banner .vide-main h3 {
		font-size: 1.55rem !important;
		text-shadow: 0px 2px 4px #000;
	}

	.ui-to-top {
		right: 40px;
		bottom: 40px;
	}

	.card-news .card-news-body h3 {
		font-size: 1.2rem !important;
	}

	.index-main-xm {
		padding: 2rem 2rem 1.25rem 2rem;
		height: 240px;
	}

	.index-main-xm-bg-1 {
		background-size: auto;
	}

	.index-main-xm-bg-2 {
		background-size: auto;
	}

	.index-main-xm-bg-3 {
		background-size: auto;
	}

	.index-main-xm-bg-4 {
		background-size: auto;
	}

	.index-main-xm h2 {
		font-size: 1.25rem;
	}

	.index-main-xm h5 {
		font-size: 1rem;
	}

	.index-main-xm span {
		position: inherit;
	}

	.card-news .card-news-body {
		padding: 2rem 2rem 1.25rem 2rem !important;
	}

	.card-news .card-news-footer {
		padding: 1.25rem 2rem 1.25rem 2rem !important;
	}

	.vide-overlay-cp-v {
		height: 280px !important;
	}

	.cp-main3-text2 h1 {
		padding-top: 40px;
	}

	.cp-main3-text2 h1:after {
		width: 50%;
		top: 72%;
	}

	.my-bullet {
		font-size: 1.25rem;
	}

	.swiper-container-banner .index-banner-Specifications-btn {
		top: 6rem;
		right: 1rem;
	}
	.contact-follow a {
	    font-size: 1.5rem;
	    margin-left: .5rem;
	    margin-right: .5rem;
	}
	.contact-main h2 {
	    font-size: 1.5rem;
	}
	.contact-main dl dt {
	    font-size: 1rem;
	}
	.contact-main dl dd {
	    font-size: 1rem;
	}
	.contact-main-1 {
	    margin-top: 2rem;
	    line-height: 2rem;
	}
	.mb-8 {
	    margin-bottom: 40px;
	}
	.contact-follow {
	    background-color: #f9f9f9;
	    padding-top: 4rem;
	    padding-bottom: 3rem;
	    /* margin-bottom: 5rem; */
	}
	.about-main h2 {
	    font-size: 1.5rem;
	}
	.contact-main {
	    margin-bottom: 1rem;
	}
	.pt-6 {
	    padding-top: 1.5rem !important;
	}
	p {
	    font-size: 1rem !important;
	}

	h1 {
	    font-size: 2rem !important;
	}
	h2 {
	    font-size: 1.5rem !important;
	}
	h3 {
	    font-size: 1.25rem !important;
	}
	h4 {
	    font-size: 1.18rem !important;
	}
	h5 {
	    font-size: 1rem !important;
	}
	.card-news .card-news-footer {
	    font-size: .75rem;
	}
	.mt-8 {
	    margin-top: 40px;
	}
	.mt-5 {
	    margin-top: 1.5rem!important;
	}
	.mb-5 {
	    margin-bottom: 1.5rem !important;
	}
	.mb-10 {
	    margin-bottom: 5rem;
	}
	.mt-10 {
	    margin-top: 5rem;
	}
	.cp-main3-text {
	    margin-bottom: 10px;
	    text-align: center;
	}
	.cp-main-ico-ul li span{
		font-size: .75rem;
		    line-height: 1rem;
		    padding-top: 5px;
	}
	.cp-main-ico-ul li img {
		width: 40px;
	}
	.cp-main-ico span {
	    font-size: .75rem;
	        line-height: 1rem;
	        padding-top: 5px;
	}
	.cp-main-ico img {
		width: 40px;
	}
	.cp-main-text {
	    margin-bottom: 20px;
	}
	.Specifications-main-list {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.cp-main-text h3 {
	    font-size: 1rem !important;
		padding-left: 20px;
	}
	.cp-main-text h5 {
	    padding-left: 20px;
		font-size: .75rem !important;
	}
	.classes-wrap .classes-item.active .text {
	    font-size: .75rem;
	}
	.classes-wrap .classes-item .text {
	    font-size: .75rem;
	}
	.classes-wrap .classes-item {
	    padding: 20px 0 20px !important;
	}
	.list-wrap {
	    padding: 10px 20px !important;
	    margin-bottom: 40px !important;
	}
	.list-wrap .list-content .list-item a {
	    font-size: .75rem;
	}
	.justify-content-end {
	    display: none;
	}
	.cp-main-text h3 i {
	    font-size: 1rem;
	}
	#STRUCTURAL .my-bullet {
	    font-size: 1.25rem;
	}
	.header-item-right{
		padding-left: 0px;
	}
	.img-1200{
		max-width: 100%;
		}
	.about-main-mian {
	    padding-top: 3rem;
	    padding-bottom: 0rem;
	    margin-bottom: 2rem;
	}
	
	/* .bgvid  {
		    width: 100%;
			height: auto;
		
		} */
}

.index-main-cp-l{
	background-color: #0069a2;
	color: #fff;
	border:none;
	border-radius: .75rem;
}
.index-main-cp-l h1{
	font-size: 2.25rem;
}
.index-main-cp-l .card-body{
	padding: 2.1rem 2.5rem !important;
}
.index-main-cp-l .card-img-bottom{
	    border-bottom-right-radius: .75rem;
	    border-bottom-left-radius: .75rem;
}
.index-main-cp-r{
	background-color: #14ae67;
	color: #fff;
	border:none;
	border-radius: .75rem;
}
.index-main-cp-r h1{
	font-size: 2.25rem;
}
.index-main-cp-r .card-body{
	padding: 2.1rem 2.5rem !important;
}
.index-main-cp-r .card-img-bottom{
	    border-bottom-right-radius: .75rem;
	    border-bottom-left-radius: .75rem;
}
.index-main-cp-text{
	    line-height: 2rem;
	    font-size: 1.5rem;
		text-align: right;
}
.index-main-cp-d{
	transform: translate(0,10px);
	transition: transform 0.5s;
}
.index-main-cp-d:hover{
	transform: translate(0,0px);
	box-shadow: 0 3px 5px rgba(0,0,0,.25);
}
.index-main2-text{
	display: flex;
	flex-direction: row;
	
}
.index-main2-text strong{
	margin-left: 4rem;
	margin-right: 4rem;
}
.index-main2-text:before,
.index-main2-text:after {
				content: "";
				flex: 1 1;
				border-bottom: 1px solid #e5e5e5;
				margin: auto;
			}
.index-main-about-text{
	font-size: 3.25rem;
}
.index-main-youshi{
	background-image: linear-gradient(145deg , #14ae67,#14ae67,#0069a2,#0069a2);
}
.index-main-youshi-btn{
	    font-size: 1.75rem;
	    line-height: 1.5;
	    border-radius: 1.75rem;
	    background-color: transparent;
	    border-color: transparent;
}
.index-main-youshi-btn:hover{
	    background-color: transparent;
	    border-color: #fff;
}
.index-main-youshi-d{
	border: none;
	border-radius: .75rem;
	transition: transform 0.5s;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.index-main-youshi-d img{
	border-radius: .75rem .75rem 0 0;
}
.index-main-youshi-d:hover{
	transform: translate(0,-10px);
	box-shadow: 0 2px 5px rgba(0,0,0,.15);
}
.modal-content {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(20px);
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
}
.main-top-banner{
		background-repeat:no-repeat;
		/* background-attachment:fixed; */
		background-position:50% 50%; 
		background-size:cover;
		height: 25rem;
		position: relative;
		border-bottom: solid 1px #14ae67;
}

.main-top-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	background-blend-mode: Overlay;
	z-index: 1;
	/* background-image: linear-gradient(145deg ,rgba(20, 174, 103, 0.55), rgba(20, 174, 103, 0.55), rgba(0, 105, 162, 0.55), rgba(0, 105, 162, 0.55)); */
	background-image: linear-gradient(145deg ,rgba(20, 174, 103, 0.55), rgba(0, 105, 162, 0), rgba(0, 105, 162, 0.55));
}

.main-top-banner-main{
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1920px;
	margin: auto;
	color: #fff;
}
.main-top-banner-main-text{
	position: absolute;
	z-index: 9;
	display: block;
	/* top: 40%; */
	bottom: 10%;
}
.main-top-banner-main-text h1{
	font-size: 5rem;
	font-weight: 500;
}
.main-top-banner-main-text h2{
	font-size: 3rem;
	font-weight: 500;
}

.main-top-banner-cp{
	overflow-x: hidden;
	padding-left: 45px;
	padding-right: 45px;
	max-width: 1920px;
	margin: auto;
	color: #fff;
}
.main-top-banner-cp-text{
	text-align: center;
	position: absolute;
	z-index: 9;
	display: block;
	left: 50%;
	    bottom: 15%;
	    transform: translate(-50%, 0);
		    width: 100%;
}
.main-top-banner-cp-text h1{
	font-size: 4.5rem;
	font-weight: 600;
}
.main-top-banner-cp-text h2{
	font-size: 2.25rem;
	font-weight: 500;
	text-transform: uppercase;
}

     
.main-top-banner-cp-imglist {
        border-radius: 20%;
		border: solid 2px #0069a2;
        }
.main-top-banner-cp-imglist-2 {
        border-radius: 20%;
		border: solid 2px #14ae67;
        }
.sticky-top {
  top: 90px;
  z-index: 998;
  background-color: #14ae67;
}

.navbar-w{
	padding: .5rem;
	color: #fff;
}
.main-nav-link.active{
    color: #14ae67 !important;
    background-color: #fff !important;
	border: solid 1px #fff;
	font-weight: 600;
}
.main-nav-link2.active{
    color: #0069a2 !important;
    background-color: #fff !important;
	border: solid 1px #fff;
	font-weight: 600;
}
.main-nav-link {
    border-radius: 1.5rem !important;
	border: solid 1px #fff;
	margin-left: 10px;
	color: #fff !important;
}
.main-nav-link:hover{
    color: #14ae67 !important;
    background-color: #fff !important;
	border: solid 1px #fff;
	font-weight: 600;
}
.main-nav-link2:hover{
    color: #0069a2 !important;
}
.main-nav-link-text {
    font-size: 1rem;
}
.main-about-p{
	padding-top: 5rem;
	margin-bottom: 4rem;
}

.text-primary-dq {
    color: #0069a2!important;
}
/* 手机版兼容 */


@media (max-width: 700px) {
	.index-main-cp-text{
		    margin-top: 1rem;
			text-align: left;
	}
}
@media (min-width: 1000px) {
	.index-main-cp-text {
	    line-height: 1.6rem;
	    font-size: 1.2rem;
		font-weight: 600;
	}
}
@media (min-width: 1400px) {
	.index-main-cp-text {
	    line-height: 1.6rem;
	    font-size: 1.2rem;
		font-weight: 600;
	}	
}
@media (min-width: 1600px) {
	.index-main-cp-text {
	    line-height: 2.4rem;
	        font-size: 1.5rem;
	        font-weight: 600;
	}
	.main-top-banner{
			height: 35rem;
	}
}
@media (max-width: 1600px) {
	.index-main-youshi-btn{
		    font-size: 1.25rem;
	}
	.anli-md-none {
		    display: none!important;
	}
	
}